home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- cursor(-1)
- repeat with i = 5 to 9
- set the cursor of sprite i to 3
- end repeat
- repeat with i = 15 to 17
- set the cursor of sprite i to 3
- end repeat
- repeat with i = 30 to 31
- set the cursor of sprite i to 3
- end repeat
- repeat with i = 47 to 48
- set the cursor of sprite i to 3
- end repeat
- set the cursor of sprite 45 to [112, 113]
- if rollOver(20) then
- set the visible of sprite 23 to 1
- else
- set the visible of sprite 23 to 0
- end if
- if rollOver(21) then
- set the visible of sprite 24 to 1
- else
- set the visible of sprite 24 to 0
- end if
- if rollOver(22) then
- set the visible of sprite 25 to 1
- else
- set the visible of sprite 25 to 0
- end if
- go(the frame)
- end
-